Description
Untag document from one or several 'tags'.
Operation id | Services.UntagDocument |
Category | Services |
Label | Untag Document |
Requires | |
Since | 7.1 |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Services.UntagDocument",
"label" : "Untag Document",
"category" : "Services",
"requires" : null,
"description" : "Untag document from one or several 'tags'.",
"since" : "7.1",
"url" : "Services.UntagDocument",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "tags",
"description" : "Labels or tags separated by comma.",
"type" : "stringlist",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}